home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols;
- locks
- dennisg:1.1; strict;
- comment @ * @;
-
-
- 1.1
- date 92.04.13.11.40.53; author dennisg; state Exp;
- branches;
- next ;
-
-
- desc
- @Decelarations private to the run-time.
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @/* -*-c-*-
- * This file contains declarations of variables and things private
- * to the run-time system.
- *
- * Copyright (C) 1991 Threaded Technologies Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published
- * by the Free Software Foundation; either version 1, or any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should receive a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- $Header: /usr/user/dennis_glatting/ObjC/c-runtime/include/RCS/ObjC-proto-private.h,v 0.11 1991/12/31 20:16:08 dennisg Exp dennisg $
- $Author: dennisg $
- $Date: 1991/12/31 20:16:08 $
- $Log: ObjC-proto-private.h,v $
- */
-
-
- #ifndef _objcp_INCLUDE_GNU
- #define _objcp_INCLUDE_GNU
-
-
- #include <hash.h>
- #include <objc.h>
-
-
- /* Hash table used to hold module pointers. */
- extern Cache_t moduleHash;
-
- /* Hash table used to hold classes. */
- extern Cache_t classHash;
-
- #endif
-
- @
-